Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Allow enabling payment callbacks when creating an order #8

Merged
merged 3 commits into from
Jun 3, 2022

Conversation

frankverhoeven
Copy link

Not every payment status change results in an order status change; thus a
relevant payment status change may not be provided via the order webhook
callback.
With this change it will be (optionally) possible to enable callbacks for
payment status changes in addition to order status changes. Moreover, it
is possible to embed the payments in the response when creating an order.
Payment status callbacks will provide a payment ID, thus this information
has to be saved along with the order ID.

Not every payment status change results in an order status change; thus a
relevant payment status change may not be provided via the order webhook
callback.
With this change it will be (optionally) possible to enable callbacks for
payment status changes in addition to order status changes. Moreover, it
is possible to embed the payments in the response when creating an order.
Payment status callbacks will provide a payment ID, thus this information
has to be saved along with the order ID.
@frankverhoeven frankverhoeven added the enhancement New feature or request label Jun 1, 2022
@LittlestFluffy LittlestFluffy merged commit 262f559 into master Jun 3, 2022
@LittlestFluffy LittlestFluffy deleted the order-payment-webhook branch June 3, 2022 09:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants